home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Interfaces&Libraries / Universal / Interfaces / AIncludes / DriverSupport.a < prev    next >
Encoding:
Text File  |  1998-08-17  |  618 b   |  30 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        DriverSupport.a
  3. ;
  4. ;    Contains:    Driver Support Interfaces.
  5. ;
  6. ;    Version:    Technology:    Sustem 8
  7. ;                Release:    Universal Interfaces 3.2
  8. ;
  9. ;    Copyright:    © 1985-1998 by Apple Computer, Inc., all rights reserved
  10. ;
  11. ;    Bugs?:        For bug reports, consult the following page on
  12. ;                the World Wide Web:
  13. ;
  14. ;                    http://developer.apple.com/bugreporter/
  15. ;
  16. ;
  17.     IF &TYPE('__DRIVERSUPPORT__') = 'UNDEFINED' THEN
  18. __DRIVERSUPPORT__ SET 1
  19.  
  20.     IF &TYPE('__DRIVERSERVICES__') = 'UNDEFINED' THEN
  21.     include 'DriverServices.a'
  22.     ENDIF
  23.  
  24. ;    The contents of DriverSupport.h has been merged into DriverServices.h
  25. ;
  26.  
  27.     ENDIF ; __DRIVERSUPPORT__ 
  28.  
  29.